projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
740fa2c
)
flowbox: Add a diagram to CSS documentation
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 10 Nov 2015 12:39:40 +0000
(07:39 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 10 Nov 2015 12:39:40 +0000
(07:39 -0500)
gtk/gtkflowbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkflowbox.c
b/gtk/gtkflowbox.c
index 5c5cb86f4d0766339d8e47acdcda353091feffea..5c42dda5168c1b56180c9bd0fe6ff849bbc66f92 100644
(file)
--- a/
gtk/gtkflowbox.c
+++ b/
gtk/gtkflowbox.c
@@
-54,6
+54,16
@@
*
* # CSS nodes
*
+ * |[<!-- language="plain" -->
+ * flowbox
+ * ├── flowboxchild
+ * │ ╰── child
+ * ├── flowboxchild
+ * │ ╰── child
+ * ┊
+ * ╰── [rubberband]
+ * ]|
+ *
* GtkFlowBox uses a single CSS node with name flowbox. GtkFlowBoxChild
* uses a single CSS node with name flowboxchild.
* For rubberband selection, a subnode with name rubberband is used.